| 1. | Arithmetic shifts never generate overflow exceptions 算术移位绝不会产生溢出异常。 |
| 2. | Warning c6255 : alloca indicates failure by raising a stack overflow exception 警告c6255 : _ alloca通过引发堆栈溢出异常表明失败。 |
| 3. | With websphere studio , for example , you see a stack overflow exception in the end 利用websphere studio ,最终您将看到堆栈溢出意外。 |
| 4. | You cannot catch stack overflow exceptions , because the exception - handling code may require the stack 您无法捕捉堆栈溢出异常,因为异常处理代码可能需要堆栈。 |
| 5. | However , this can cause some changes in behavior , especially in cases in which the conversion caused overflow exceptions 但这可能会导致行为发生某些更改,尤其是在转换导致溢出异常的情况下。 |
| 6. | However , that practice is currently discouraged because significant additional code is required to reliably catch a stack overflow exception and continue program execution 但是,现在我们建议不要使用这种做法,原因是需要大量附加代码才能可靠地捕获堆栈溢出异常并继续执行程序。 |
| 7. | Note that an application that hosts the common language runtime can specify that the clr unload the application domain where the stack overflow exception occurs and let the corresponding process continue 请注意,承载公共语言运行库( clr )的应用程序可以指定由clr卸载发生堆栈溢出异常的应用程序域,并让相应的进程继续运行。 |
| 8. | Statement is executing . unfortunately , this isn t a perfect solution , however , since it can cause multiple event dispatch loops to build up on the stack - in the degenerate case causing a stack overflow exception 不幸的是,由于它能够引发建立在堆栈上的多重事件调度循环,乃至在糟糕的情况下引起堆栈溢出异常,而目前并没有一种对此称得上优秀的解决方案。 |